func runtime.getcallersp

24 uses

	runtime (current package)
		debugcall.go#L37: 	if sp := getcallersp(); !(getg().stack.lo < sp && sp <= getg().stack.hi) {
		mprof.go#L808: 	sp := getcallersp()
		mprof.go#L1400: 	sp := getcallersp()
		mprof.go#L1596: 		sp := getcallersp()
		mprof.go#L1699: 		sp := getcallersp()
		panic.go#L287: 	d.sp = getcallersp()
		panic.go#L407: 	d.sp = getcallersp()
		panic.go#L493: 	d.sp = getcallersp()
		panic.go#L605: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L629: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L785: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L825: 	p.startSP = unsafe.Pointer(getcallersp())
		panic.go#L1237: 	sp := getcallersp()
		panic.go#L1273: 	sp := getcallersp()
		proc.go#L1822: 	gp.sched.sp = getcallersp()
		proc.go#L2321: 	sp := getcallersp()
		proc.go#L4486: 	reentersyscall(getcallerpc(), getcallersp(), fp)
		proc.go#L4552: 	sp := getcallersp()
		proc.go#L4584: 	save(getcallerpc(), getcallersp(), getcallerfp())
		proc.go#L4622: 	if getcallersp() > gp.syscallsp {
		signal_unix.go#L408: 			sp := getcallersp()
		signal_unix.go#L482: 		gp.m.gsignal.stktopsp = getcallersp()
		stubs.go#L340: func getcallersp() uintptr // implemented as an intrinsic on all platforms
		traceback.go#L1093: 	sp := getcallersp()